C1.LiveLinq Namespace > IndexedQueryExtensions Class > SelectMany Method : SelectMany<TSource,TCollection,TResult>(IIndexedSource<TSource>,Expression<Func<TSource,IEnumerable<TCollection>>>,Expression<Func<TSource,TCollection,TResult>>) Method |
'Declaration
Public Overloads Shared Function SelectMany (Of TSource,TCollection,TResult)( _ ByVal source As IIndexedSource(Of TSource), _ ByVal collectionSelector As System.Linq.Expressions.Expression(Of Func(Of TSource,IEnumerable(Of TCollection))), _ ByVal resultSelector As System.Linq.Expressions.Expression(Of Func(Of TSource,TCollection,TResult)) _ ) As IIndexedSource(Of TResult)
public static IIndexedSource<TResult> SelectMany<TSource,TCollection,TResult>( IIndexedSource<TSource> source, System.Linq.Expressions.Expression<Func<TSource,IEnumerable<TCollection>>> collectionSelector, System.Linq.Expressions.Expression<Func<TSource,TCollection,TResult>> resultSelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2